projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
285293a
)
searchbar: Fix a compiler warning
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 5 Apr 2019 04:14:53 +0000
(
04:14
+0000)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 5 Apr 2019 05:10:33 +0000
(
05:10
+0000)
gtk/gtksearchbar.c
patch
|
blob
|
history
diff --git
a/gtk/gtksearchbar.c
b/gtk/gtksearchbar.c
index ea6e134c5bebcf805506f1238a206db68877d4e2..016b78cde9c2732f3c922e59d440e2fe7f0a9b22 100644
(file)
--- a/
gtk/gtksearchbar.c
+++ b/
gtk/gtksearchbar.c
@@
-113,14
+113,6
@@
stop_search_cb (GtkWidget *entry,
gtk_revealer_set_reveal_child (GTK_REVEALER (priv->revealer), FALSE);
}
-static void
-preedit_changed_cb (GtkEntry *entry,
- GtkWidget *popup,
- gboolean *preedit_changed)
-{
- *preedit_changed = TRUE;
-}
-
static void
reveal_child_changed_cb (GObject *object,
GParamSpec *pspec,